home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / frame_122 / DoAction.as
Text File  |  2011-08-19  |  606b  |  27 lines

  1. _quality = "HIGH";
  2. _root.clock.gotoAndStop(1);
  3. _root.gameInProgress = 0;
  4. _root.ATV_keyBlock = 1;
  5. removeMovieClip(ATVclip);
  6. _root.ATVclip._visible = 0;
  7. _root.flag._visible = 0;
  8. _root.flag3._visible = 0;
  9. removeMovieClip(_root.flag);
  10. removeMovieClip(_root.flag3);
  11. stopAllSounds();
  12. myStopAllSouds();
  13. removeLandmarks();
  14. _root.level1_ice_win.start(0,0);
  15. _root.global_win.start(0,0);
  16. _root.nextButton._visible = 0;
  17. if(landmark_count > 0)
  18. {
  19.    _root.landmark_display_count.play();
  20. }
  21. else
  22. {
  23.    _root.landmark_display_count.gotoAndPlay("ready");
  24. }
  25. _root.engineSound.gotoAndStop(1);
  26. stop();
  27.